home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Sample Code / Snippets / Toolbox / Modal TextEdit / readme < prev   
Encoding:
Text File  |  1992-07-15  |  422 b   |  8 lines  |  [TEXT/KAHL]

  1. Modal Dialog TextEdit useritem snippet
  2. Steve Falkenburg-- MacDTS
  3.  
  4. This snippet shows the steps necessary to implement a scrolling, editable text field
  5. in a dialog.  You may want to do this if you will be requiring the user to enter more than
  6. 255 characters (the limit for editText items), if you want a different font for several
  7. different editText items, or if you want to add scrolling support to an editible text item.
  8.